home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / mdb95us.EXE / MDB95.EXE / 0 / RCDATA / TFEXPLAIN2 / TFEXPLAIN2.txt
Text File  |  1996-07-10  |  829b  |  41 lines

  1. object fExplain2: TfExplain2
  2.   Left = 13
  3.   Top = 139
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Michael'#39's Disk Benchmark'
  7.   ClientHeight = 448
  8.   ClientWidth = 632
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object RichEdit1: TRichEdit
  19.     Left = 8
  20.     Top = 8
  21.     Width = 617
  22.     Height = 377
  23.     ReadOnly = True
  24.     ScrollBars = ssVertical
  25.     TabOrder = 0
  26.     OnKeyPress = FormKeyPress
  27.   end
  28.   object Button1: TButton
  29.     Left = 264
  30.     Top = 400
  31.     Width = 105
  32.     Height = 33
  33.     Cancel = True
  34.     Caption = '&Close'
  35.     Default = True
  36.     TabOrder = 1
  37.     OnClick = Button1Click
  38.     OnKeyPress = FormKeyPress
  39.   end
  40. end
  41.